Skip to content

Extension for large (>3D) vectors and segment and x/y/z/w convenience#3

Open
devurandom wants to merge 1 commit intodavidm:masterfrom
devurandom:master
Open

Extension for large (>3D) vectors and segment and x/y/z/w convenience#3
devurandom wants to merge 1 commit intodavidm:masterfrom
devurandom:master

Conversation

@devurandom
Copy link

Support for:
local m = matrix{1,2,3,4,5,6,...}
m:segment(3)[2] -->> matrix{2,3,4}
m:y() -->> 2

Support for:
 local m = matrix{1,2,3,4,5,6,...}
 m:segment(3)[2] -->> matrix{2,3,4}
 m:y() -->> 2
@marcelvanherk
Copy link

Hi,

Hi, this is a very nice library. I do agree it seems logical to replace the 3-vector matrix.scalar and matrix.len with N-vector ones.

Marcel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants